home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / Puzzles / crypto.Dir / 00034.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  246 b   |  11 lines

  1. on exitFrame
  2.   repeat with i = 1 to 25
  3.     set the locH of sprite 28 to the locH of sprite 28 + 24
  4.     puppetSound("Bip.S")
  5.     updateStage()
  6.     wait(3)
  7.   end repeat
  8.   set the locH of sprite 28 to the locH of sprite 28 - 600
  9.   updateStage()
  10. end
  11.